home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXSEARCHDIALOG / TFRXSEARCHDIALOG.txt
Text File  |  2010-01-24  |  3KB  |  133 lines

  1. object frxSearchDialog: TfrxSearchDialog
  2.   Left = 200
  3.   Top = 108
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find text'
  7.   ClientHeight = 206
  8.   ClientWidth = 252
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnHide = FormHide
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ReplacePanel: TPanel
  26.     Left = 0
  27.     Top = 49
  28.     Width = 252
  29.     Height = 52
  30.     Align = alTop
  31.     BevelOuter = bvNone
  32.     TabOrder = 1
  33.     Visible = False
  34.     object ReplaceL: TLabel
  35.       Left = 8
  36.       Top = 4
  37.       Width = 61
  38.       Height = 13
  39.       Caption = 'Replace with'
  40.       FocusControl = ReplaceE
  41.     end
  42.     object ReplaceE: TEdit
  43.       Left = 8
  44.       Top = 20
  45.       Width = 237
  46.       Height = 21
  47.       HelpContext = 98
  48.       TabOrder = 0
  49.     end
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 252
  55.     Height = 49
  56.     Align = alTop
  57.     BevelOuter = bvNone
  58.     TabOrder = 0
  59.     object TextL: TLabel
  60.       Left = 8
  61.       Top = 4
  62.       Width = 56
  63.       Height = 13
  64.       Caption = 'Text to find'
  65.       FocusControl = TextE
  66.     end
  67.     object TextE: TEdit
  68.       Left = 8
  69.       Top = 20
  70.       Width = 237
  71.       Height = 21
  72.       HelpContext = 98
  73.       TabOrder = 0
  74.     end
  75.   end
  76.   object Panel3: TPanel
  77.     Left = 0
  78.     Top = 101
  79.     Width = 252
  80.     Height = 105
  81.     Align = alTop
  82.     BevelOuter = bvNone
  83.     TabOrder = 2
  84.     object OkB: TButton
  85.       Left = 90
  86.       Top = 76
  87.       Width = 75
  88.       Height = 25
  89.       HelpContext = 40
  90.       Caption = 'OK'
  91.       Default = True
  92.       ModalResult = 1
  93.       TabOrder = 0
  94.     end
  95.     object CancelB: TButton
  96.       Left = 170
  97.       Top = 76
  98.       Width = 75
  99.       Height = 25
  100.       HelpContext = 50
  101.       Cancel = True
  102.       Caption = 'Cancel'
  103.       ModalResult = 2
  104.       TabOrder = 1
  105.     end
  106.     object SearchL: TGroupBox
  107.       Left = 8
  108.       Top = 0
  109.       Width = 237
  110.       Height = 65
  111.       Caption = 'Search options'
  112.       TabOrder = 2
  113.       object CaseCB: TCheckBox
  114.         Left = 8
  115.         Top = 40
  116.         Width = 177
  117.         Height = 17
  118.         HelpContext = 107
  119.         Caption = 'Case sensitive'
  120.         TabOrder = 0
  121.       end
  122.       object TopCB: TCheckBox
  123.         Left = 8
  124.         Top = 20
  125.         Width = 177
  126.         Height = 17
  127.         Caption = 'Search from top'
  128.         TabOrder = 1
  129.       end
  130.     end
  131.   end
  132. end
  133.